create trigger meaning in English
创建触发器
Examples
- Creating triggers on system tables in the database
在数据库的系统表上创建触发器。 - With encryption obfuscates the text of the create trigger statement
对create trigger语句的文本进行加密。 - Create triggers and grant database permissions to the rule evaluation account
创建触发器并将数据库权限授予规则计算帐户。 - Create trigger must be the first statement in the batch and can apply to only one table
Create trigger必须是批处理中的第一条语句,并且只能应用于一个表。 - This is the default behavior of create trigger with the compatibility level setting of 70 or higher
这是兼容级别设置等于或高于70的create trigger的默认行为。